gtkwindow: Clean up gtk_window_move_resize a bit more
authorJasper St. Pierre <jstpierre@mecheye.net>
Thu, 17 Jul 2014 15:46:21 +0000 (11:46 -0400)
committerJasper St. Pierre <jstpierre@mecheye.net>
Thu, 17 Jul 2014 17:10:50 +0000 (13:10 -0400)
commita3c12ffccbab48fd56dde217ca0ee480d467132b
treeeb478b0a508c8fe3c0801e04939367823c7accf5
parent927b5a592f47b0128ffd9b10d3f924132eabe422
gtkwindow: Clean up gtk_window_move_resize a bit more

Don't shadow existing variables. Instead of sharing the allocation and
then overwriting the width/height when convenient, declare it in the
block we use it in, as, really, the three different paths are all
extremely different, and there's no sense in sharing the variable.
gtk/gtkwindow.c